home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TPARAMDIALOG / TPARAMDIALOG.txt < prev   
Text File  |  2004-02-29  |  11KB  |  442 lines

  1. object ParamDialog: TParamDialog
  2.   Left = 397
  3.   Top = 360
  4.   ActiveControl = txtParams
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Run Parameters'
  8.   ClientHeight = 340
  9.   ClientWidth = 389
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object btnOK: TCorelButton
  25.     Left = 228
  26.     Top = 310
  27.     Width = 75
  28.     Height = 23
  29.     Anchors = [akRight, akBottom]
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 2
  34.     OnClick = btnOKClick
  35.   end
  36.   object btnCancel: TCorelButton
  37.     Left = 308
  38.     Top = 310
  39.     Width = 75
  40.     Height = 23
  41.     Anchors = [akRight, akBottom]
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object PageControl1: TPageControl
  48.     Left = 8
  49.     Top = 8
  50.     Width = 373
  51.     Height = 294
  52.     ActivePage = TabSheet1
  53.     Anchors = [akLeft, akTop, akRight, akBottom]
  54.     TabOrder = 0
  55.     object TabSheet1: TTabSheet
  56.       BorderWidth = 8
  57.       Caption = 'Parameters'
  58.       object grpParams: TGroupBox
  59.         Left = 0
  60.         Top = 0
  61.         Width = 349
  62.         Height = 121
  63.         Align = alTop
  64.         Caption = '&Parameters to append to the Commandline:'
  65.         TabOrder = 0
  66.         object txtParams: TEdit
  67.           Left = 8
  68.           Top = 16
  69.           Width = 311
  70.           Height = 21
  71.           Anchors = [akLeft, akTop, akRight]
  72.           TabOrder = 0
  73.         end
  74.         object lstParams: TListBox
  75.           Left = 8
  76.           Top = 40
  77.           Width = 332
  78.           Height = 73
  79.           Anchors = [akLeft, akTop, akRight, akBottom]
  80.           ItemHeight = 13
  81.           TabOrder = 2
  82.           OnClick = lstParamsClick
  83.           OnKeyDown = lstParamsKeyDown
  84.         end
  85.         object btnVars: TCorelButton
  86.           Left = 324
  87.           Top = 16
  88.           Width = 17
  89.           Height = 21
  90.           Hint = 'Parameters'
  91.           Anchors = [akTop, akRight]
  92.           Caption = '>'
  93.           ParentShowHint = False
  94.           ShowHint = True
  95.           TabOrder = 1
  96.           OnClick = btnVarsClick
  97.         end
  98.       end
  99.       object grpDir: TGroupBox
  100.         Left = 0
  101.         Top = 129
  102.         Width = 349
  103.         Height = 121
  104.         Align = alBottom
  105.         Caption = 'Replace &Workingdirectory with:'
  106.         TabOrder = 1
  107.         object txtWorkingDir: TEdit
  108.           Left = 8
  109.           Top = 16
  110.           Width = 292
  111.           Height = 21
  112.           Anchors = [akLeft, akTop, akRight]
  113.           TabOrder = 0
  114.         end
  115.         object btnWorkingDirBrowse: TCorelButton
  116.           Left = 305
  117.           Top = 16
  118.           Width = 17
  119.           Height = 21
  120.           Hint = 'Browse'
  121.           Anchors = [akTop, akRight]
  122.           Caption = '...'
  123.           ParentShowHint = False
  124.           ShowHint = True
  125.           TabOrder = 1
  126.           OnClick = btnWorkingDirBrowseClick
  127.         end
  128.         object btnDirVars: TCorelButton
  129.           Left = 324
  130.           Top = 16
  131.           Width = 17
  132.           Height = 21
  133.           Hint = 'Parameters'
  134.           Anchors = [akTop, akRight]
  135.           Caption = '>'
  136.           ParentShowHint = False
  137.           ShowHint = True
  138.           TabOrder = 2
  139.           OnClick = btnDirVarsClick
  140.         end
  141.         object lstWorkingDir: TListBox
  142.           Left = 8
  143.           Top = 40
  144.           Width = 332
  145.           Height = 73
  146.           Anchors = [akLeft, akTop, akRight, akBottom]
  147.           ItemHeight = 13
  148.           TabOrder = 3
  149.           OnClick = lstWorkingDirClick
  150.           OnKeyDown = lstParamsKeyDown
  151.         end
  152.       end
  153.     end
  154.     object TabSheet2: TTabSheet
  155.       Caption = 'Environment'
  156.       ImageIndex = 1
  157.       object lvwEnv: TListView
  158.         Left = 8
  159.         Top = 8
  160.         Width = 349
  161.         Height = 225
  162.         Anchors = [akLeft, akTop, akRight, akBottom]
  163.         Columns = <
  164.           item
  165.             Caption = 'Name'
  166.             Width = 108
  167.           end
  168.           item
  169.             Caption = 'Value'
  170.             Width = 220
  171.           end>
  172.         ColumnClick = False
  173.         GridLines = True
  174.         HideSelection = False
  175.         ReadOnly = True
  176.         RowSelect = True
  177.         TabOrder = 0
  178.         ViewStyle = vsReport
  179.         OnDblClick = btnEditEnvClick
  180.         OnSelectItem = lvwEnvSelectItem
  181.       end
  182.       object btnAddEnv: TCorelButton
  183.         Left = 8
  184.         Top = 237
  185.         Width = 75
  186.         Height = 23
  187.         Anchors = [akLeft, akBottom]
  188.         Caption = '&Add...'
  189.         TabOrder = 1
  190.         OnClick = btnAddEnvClick
  191.       end
  192.       object btnEditEnv: TCorelButton
  193.         Left = 88
  194.         Top = 237
  195.         Width = 75
  196.         Height = 23
  197.         Anchors = [akLeft, akBottom]
  198.         Caption = '&Edit...'
  199.         Enabled = False
  200.         TabOrder = 2
  201.         OnClick = btnEditEnvClick
  202.       end
  203.       object btnDelEnv: TCorelButton
  204.         Left = 168
  205.         Top = 237
  206.         Width = 75
  207.         Height = 23
  208.         Anchors = [akLeft, akBottom]
  209.         Caption = '&Delete'
  210.         Enabled = False
  211.         TabOrder = 3
  212.         OnClick = btnDelEnvClick
  213.       end
  214.     end
  215.   end
  216.   object popParams: TPopupMenu
  217.     Left = 40
  218.     Top = 304
  219.     object ActiveDocument1: TMenuItem
  220.       Tag = 10
  221.       Caption = 'Active Document (short)'
  222.       OnClick = ActiveDocument1Click
  223.     end
  224.     object ActiveDocumentlong1: TMenuItem
  225.       Tag = 11
  226.       Caption = 'Active Document (long)'
  227.       OnClick = ActiveDocument1Click
  228.     end
  229.     object N7: TMenuItem
  230.       Caption = '-'
  231.     end
  232.     object ActiveDocumentwithoutExtension1: TMenuItem
  233.       Tag = 12
  234.       Caption = 'Active Document no Extension (short)'
  235.       OnClick = ActiveDocument1Click
  236.     end
  237.     object ActiveDocumentwithExtenshion1: TMenuItem
  238.       Tag = 13
  239.       Caption = 'Active Document no Extension (long)'
  240.       OnClick = ActiveDocument1Click
  241.     end
  242.     object N6: TMenuItem
  243.       Caption = '-'
  244.     end
  245.     object ActiveDocumentTitleshort1: TMenuItem
  246.       Tag = 14
  247.       Caption = 'Active Document Title (short)'
  248.       OnClick = ActiveDocument1Click
  249.     end
  250.     object ActiveDocumentTitlelong1: TMenuItem
  251.       Tag = 15
  252.       Caption = 'Active Document Title (long)'
  253.       OnClick = ActiveDocument1Click
  254.     end
  255.     object N10: TMenuItem
  256.       Caption = '-'
  257.     end
  258.     object ActiveDocumentTitlenoExtensionshort1: TMenuItem
  259.       Tag = 16
  260.       Caption = 'Active Document Title no Extension (short)'
  261.       OnClick = ActiveDocument1Click
  262.     end
  263.     object ActiveDocumentTitlenoExtensionlong1: TMenuItem
  264.       Tag = 17
  265.       Caption = 'Active Document Title no Extension (long)'
  266.       OnClick = ActiveDocument1Click
  267.     end
  268.     object N12: TMenuItem
  269.       Caption = '-'
  270.     end
  271.     object ActiveDocumentFileextension1: TMenuItem
  272.       Tag = 18
  273.       Caption = 'Active Document File extension'
  274.       OnClick = ActiveDocument1Click
  275.     end
  276.     object N3: TMenuItem
  277.       Caption = '-'
  278.     end
  279.     object ProjectFilenameshort1: TMenuItem
  280.       Tag = 19
  281.       Caption = 'Project Filename (short)'
  282.       OnClick = ActiveDocument1Click
  283.     end
  284.     object ProjectFilenamelong1: TMenuItem
  285.       Tag = 20
  286.       Caption = 'Project Filename (long)'
  287.       OnClick = ActiveDocument1Click
  288.     end
  289.     object N11: TMenuItem
  290.       Caption = '-'
  291.     end
  292.     object ChooseFilenameshort1: TMenuItem
  293.       Tag = 21
  294.       Caption = 'Choose Filename (short)'
  295.       OnClick = ActiveDocument1Click
  296.     end
  297.     object ChooseFilenamelong1: TMenuItem
  298.       Tag = 22
  299.       Caption = 'Choose Filename (long)'
  300.       OnClick = ActiveDocument1Click
  301.     end
  302.     object N9: TMenuItem
  303.       Caption = '-'
  304.     end
  305.     object ModifiedFiles1: TMenuItem
  306.       Tag = 23
  307.       Caption = 'Modified Files'
  308.       OnClick = ActiveDocument1Click
  309.     end
  310.     object N2: TMenuItem
  311.       Caption = '-'
  312.     end
  313.     object Documentpath1: TMenuItem
  314.       Tag = 24
  315.       Caption = 'Documentpath (short)'
  316.       OnClick = ActiveDocument1Click
  317.     end
  318.     object Documentpathlong1: TMenuItem
  319.       Tag = 25
  320.       Caption = 'Documentpath (long)'
  321.       OnClick = ActiveDocument1Click
  322.     end
  323.     object N4: TMenuItem
  324.       Caption = '-'
  325.     end
  326.     object Programpath1: TMenuItem
  327.       Tag = 26
  328.       Caption = 'Programpath (short)'
  329.       OnClick = ActiveDocument1Click
  330.     end
  331.     object Programpathlong1: TMenuItem
  332.       Tag = 27
  333.       Caption = 'Programpath (long)'
  334.       OnClick = ActiveDocument1Click
  335.     end
  336.     object N5: TMenuItem
  337.       Caption = '-'
  338.     end
  339.     object Projectpath2: TMenuItem
  340.       Tag = 28
  341.       Caption = 'Projectpath (short)'
  342.       OnClick = ActiveDocument1Click
  343.     end
  344.     object Projectpathlong1: TMenuItem
  345.       Tag = 26
  346.       Caption = 'Projectpath (long)'
  347.       OnClick = ActiveDocument1Click
  348.     end
  349.     object N8: TMenuItem
  350.       Caption = '-'
  351.     end
  352.     object Systemfolders1: TMenuItem
  353.       Caption = 'Systemfolders'
  354.       object WindowsDirectory1: TMenuItem
  355.         Tag = 50
  356.         Caption = 'Windows Directory'
  357.         OnClick = ActiveDocument1Click
  358.       end
  359.       object SystemDirectory1: TMenuItem
  360.         Tag = 51
  361.         Caption = 'System Directory'
  362.         OnClick = ActiveDocument1Click
  363.       end
  364.       object TemporaryDirectory2: TMenuItem
  365.         Tag = 52
  366.         Caption = 'Temporary Directory'
  367.         OnClick = ActiveDocument1Click
  368.       end
  369.     end
  370.     object N1: TMenuItem
  371.       Caption = '-'
  372.     end
  373.     object CurrentWord1: TMenuItem
  374.       Tag = 30
  375.       Caption = 'Current Word'
  376.       OnClick = ActiveDocument1Click
  377.     end
  378.     object LineNumber1: TMenuItem
  379.       Tag = 31
  380.       Caption = 'Line Number'
  381.       OnClick = ActiveDocument1Click
  382.     end
  383.     object ColumnNumber1: TMenuItem
  384.       Tag = 32
  385.       Caption = 'Column Number'
  386.       OnClick = ActiveDocument1Click
  387.     end
  388.     object Prompt1: TMenuItem
  389.       Tag = 33
  390.       Caption = 'Prompt'
  391.       OnClick = ActiveDocument1Click
  392.     end
  393.   end
  394.   object popDirs: TPopupMenu
  395.     Left = 72
  396.     Top = 304
  397.     object Documentdirectory1: TMenuItem
  398.       Caption = 'Documentpath'
  399.       Hint = 'Path to the active Document'
  400.       OnClick = Documentdirectory1Click
  401.     end
  402.     object Programdirectory1: TMenuItem
  403.       Tag = 1
  404.       Caption = 'Programpath'
  405.       Hint = 'Path to the Program'
  406.       OnClick = Documentdirectory1Click
  407.     end
  408.     object Projectpath1: TMenuItem
  409.       Tag = 2
  410.       Caption = 'Projectpath'
  411.       Hint = 'Path to the Project'
  412.       OnClick = Documentdirectory1Click
  413.     end
  414.     object MenuItem1: TMenuItem
  415.       Caption = '-'
  416.     end
  417.     object WindowsDirectory2: TMenuItem
  418.       Tag = 3
  419.       Caption = 'Windows Directory'
  420.       Hint = 'Windows Directory'
  421.       OnClick = Documentdirectory1Click
  422.     end
  423.     object SystemDirectory2: TMenuItem
  424.       Tag = 4
  425.       Caption = 'System Directory'
  426.       Hint = 'System Directory'
  427.       OnClick = Documentdirectory1Click
  428.     end
  429.     object TemporaryDirectory1: TMenuItem
  430.       Tag = 5
  431.       Caption = 'Temporary Directory'
  432.       Hint = 'Temporary Directory'
  433.       OnClick = Documentdirectory1Click
  434.     end
  435.   end
  436.   object BrowseFolder: TBrowseForFolder
  437.     Options = [boNewFolder, boCenter]
  438.     Left = 8
  439.     Top = 304
  440.   end
  441. end
  442.